if (do_name() != 'Home') : ?>
include("util/comment.php"); ?>
Reference | autoclosepath()
endif ?>Syntax | autoclosepath(close=True) |
Description | The autoclosepath() command defines whether custom shapes created between beginpath() and endpath() are automatically closed by connecting the last point and the first point in the path with a line. It takes one parameter which is a boolean (True or False). All shapes created with beginpath() following this command will adhere to the setting. |
Tutorial | Paths |